Skip to content

Conversation

@milwad-dev
Copy link
Member

@milwad-dev milwad-dev commented May 16, 2025

resolve: #59

@milwad-dev milwad-dev merged commit 9f51bdc into 1.x May 16, 2025
49 checks passed
@milwad-dev milwad-dev deleted the fix/breaking branch May 16, 2025 14:17
@smats987
Copy link

smats987 commented Jul 1, 2025

Hi, just a note on here. I updated this plugin on my Laravel branch but this migration breaks the deployment.
INFO Running migrations.

2025_05_16_141226_add_user_guard_to_monitorings_table ............ 60ms FAIL

In Connection.php line 829:

SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'user_guard' (Connection: mysql, SQL: alter table visits_monitoring add user_guard varchar(255) null)

In Connection.php line 587:

SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'user_guard'

We have fixed on our local but thought I would let you know :)

Edit: Fix line breaks

More Edits:
Looking into this a little more I presume we installed the plugin after this commit: 41eff57
And the issue raised #59 presumably installed the plugin before this commit.
Causing an issue when we tired to migrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breaking Change: user_guard Column Added Without Migration

3 participants